This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: I have reproduce the bug, here is the method ~Samuel Ekhipister 18.Apr.03 02:37 PM a Web browser Domino Server 6.0.1Solaris
Case 1:
I don't know why you are getting overflow problem when you run ServerController and WebAdmin combination. But I can help you with second case.
Case 2:
I don't have Exceed on my machine to try. But the following should work for you.
You can set ShowControllerStatusWindow=0 in notes.ini of your server's data directory to write the controller messages to a file instead of coming on screen. The filename is based on the LogFilename that is set in dcontroller.ini. The file extension will be ".out". This file is created in data directory of the server by default.
By default this variable is set to True. You can either not put in notes.ini or put it equal to 1 to see messages in the window where you started.
After setting this variable to 0, got to your Exceed Xwindow and start the server in the background as "server -jc -c&". This will detach the controller from the window. Now you can delete that Exceed X window or log off, Server controller should be still running and listening on the port.